home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / C++ A'Link Files / 1989 / 0004-DRVR installation-Nov89 < prev    next >
Text File  |  1991-03-06  |  1KB  |  33 lines

  1. Item forwarded  by  CPLUS.ADMIN  to CP.ARCHIVES
  2.  
  3. Item forwarded  by  CHAOS        to MACDTS
  4.  
  5. Item    8611247                         22-Nov-89        03:49
  6.  
  7. From:   UK0310                          Paul G Smith
  8.  
  9. To:     CPLUS.DEV$                      C++ Interest List--Developers
  10.         CPLUS.APPLE$                    C++ Interest List--Apple Employees
  11.  
  12. Sub:    DRVR installation
  13.  
  14. (This isn't really a C++-specific question, but since I'm writing *all* this
  15. stuff in C++ I hope no-one objects too much!)
  16.  
  17. I've got working INIT and DRVR shells now, written entirely in C++ and easily
  18. extensible by the creation of derived classes. It's just *wonderful*.
  19.  
  20. Is there an accepted (ie safe) way of grabbing a Unit Table entry for a driver
  21. that is {i} being installed by an INIT and {ii} not to be found in the System
  22. File or a slot ROM. I don't want my DRVR to have to be a DA in the System File.
  23. I don't want to choose an un-used entry only to get trashed later by some other
  24. device. Is there an accepted range of Unit Table entries I can scan? I know
  25. that the SCSI install process scans *drives* but it's the unit table I'm
  26. interested in. IM-V and TN-108 don't really help.
  27.  
  28. (End of question.)
  29.  
  30. Regards, Paul
  31.  
  32.  
  33.